Typo
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 14 Jun 2018 15:18:06 +0000 (17:18 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 14 Jun 2018 15:18:06 +0000 (17:18 +0200)
src/cexpr/cexpr.c

index f706ba08de792521ac5b66807081c57c38a074cb..c1ab78a8778df0682fb78553a9e4a7f46a09e771 100644 (file)
@@ -163,7 +163,7 @@ int cexpr_double_cmp(
     case CEXPR_LE:
         return isnan(a) ? isnan(b) : a <= b;
     default:
-        log_critical("Got an unexpected operator (int type): %d", operator);
+        log_critical("Got an unexpected operator (double type): %d", operator);
         assert (0);
     }
     /* we should NEVER get here */